home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / insert / readme.txt < prev   
Text File  |  1998-02-13  |  3KB  |  41 lines

  1. ***** READ ME *****
  2.  
  3. This is the short but effective README.TXT accompanying the SoundInsert Package. "Insert.ZIP" should contain the following:
  4.  
  5. ~ Readme.txt - What your reading now
  6. ~ Insert.EXE - The SoundInsert Program
  7. ~ KeyPad.EXE - Demo application of embedded WAVE files
  8. ~ KeyPad.MAK - KeyPad project file for Visual Basic 3.0
  9. ~ KeyPad.BAS - KeyPad BAS module for KeyPad Project
  10. ~ KeyPad.FRM - KeyPad Form for KeyPad Project
  11.  
  12. SoundInsert allows you to embed WAVE files into EXE files. The package also includes sample source for extracting the embedded WAVE files in Visual Basic. The sample project files are in Visual Basic 3.0 format. 
  13.  
  14. The EXE file that you embed to will increase in size with each file you embed. For example, embedding a 100 K WAVE file into a 25K EXE file yields a final 140K EXE file. The extra K that are created allow you to inert more than one file. Do NOT try to embed a WAVE file over 2 megs. With each embed of a WAVE file, the seek time to extract it increases slightly. With 10 WAVE embeds, the time to extract a WAVE file becomes 1.5 seconds.  
  15.  
  16. SoundInsert is freeware, and can be distributed as you like. The source that is included can be distributed royalty-free in our own applications. The source code for SoundInsert (written in Visual Basic 3.0) can be purchased for $25. If you would like the source, direct all inquiries to:
  17.  
  18. N. McDonald
  19. P.O. Box 179
  20. East Orleans, MA 02643
  21.  
  22. E-mail inquiries can be directed to the author at AlexDover@aol.com
  23.  
  24. SoundInsert can ONLY embed 8-BIT WAVE FILES. Embedding a 16-bit wave file yields disastrous results. The sound is distorted and basically ruined. 
  25.  
  26. **** Troubleshooting ****
  27.  
  28. Problem: Sound is extremely distorted / snowy
  29. Diagnosis: You embedded a 16-bit WAVE file. Embed again with an 8-Bit WAVE file.
  30.  
  31. Problem: Sound Crackles.
  32. Diagnosis: Sound can sometimes "Snap, crackle, and pop" if the recording rate was low or the file itself is very large. Increase playback rate to eliminate this problem.
  33.  
  34. Problem: No Sound Plays at all.
  35. Diagnosis: If this happens often, make sure you are entering the correct header for the file you embedded. Sometimes by entering a string the exists in the EXE file but does not have a corresponding WAVE file can cause playback to be "empty." Check the header you entered. 
  36.                    
  37.                    You have no free disk space for the temp file that needs to be written to play the WAVE file. Free up some disk space and try again.
  38.  
  39. **** End of Readme.txt ****
  40.  
  41.